'DeclarationPublic Overloads Shadows Sub AddRange( _ ByVal objects() As System.Object _ )
'UsageDim instance As NListBoxItemCollection Dim objects() As System.Object instance.AddRange(objects)
public new void AddRange( System.object[] objects )
Parameters
- objects